Searched refs:its (Results 1 – 25 of 162) sorted by relevance
1234567
/glibc-2.36/manual/ |
D | job.texi | 31 * Controlling Terminal:: How a process gets its controlling terminal. 54 given time). If you run @code{make}, its job is to run other programs 67 becomes a member of the same process group and session as its parent 98 If a background job needs to read from its controlling 114 One of the attributes of a process is its controlling terminal. Child 127 An individual process disconnects from its controlling terminal when it 143 background job tries to access its controlling terminal. 146 When a process in a background job tries to read from its controlling 154 Similarly, when a process in a background job tries to write to its 175 When a controlling process terminates, its terminal becomes free and a [all …]
|
D | resource.texi | 133 process initially inherits its limit values from its parent, but it can 149 set its current limit. It is also called the ``hard limit'' because 151 its own maximum limit, but only the superuser may increase a maximum 181 This function is similar to @code{getrlimit} but its second parameter is 221 This function is similar to @code{setrlimit} but its second parameter is 254 its components have wider ranges. It has two fields: 291 its stack past this size, it gets a @code{SIGSEGV} signal. 323 open more files than this, its open attempt fails with @code{errno} 398 @code{vlimit} and its resource symbols are declared in @file{sys/vlimit.h}. 432 The process tried to set its current limit beyond its maximum limit. [all …]
|
D | process.texi | 7 resources. Each process has its own address space and (usually) one 9 processes executing the same program, but each process has its own copy 10 of the program within its own address space and executes it 17 by a given parent are called its @dfn{child processes}. A child 18 inherits many of its attributes from the parent process. 152 limited information about why the child terminated---for example, its 156 its parent process, at the point where the @code{fork} or @code{_Fork} 165 process is executing is called its @dfn{process image}. Starting 166 execution of a new program causes the process to forget all about its 288 The child process has its own unique process ID. [all …]
|
D | users.texi | 13 The effective user and group IDs of a process collectively form its 15 Normally, a process inherits its persona from the parent process, but 16 under special circumstances a process can change its persona and thus 17 change its access permissions. 32 its user and/or group IDs. 112 its permission to access files, see @ref{Access Permission}. 129 its user and/or group IDs is the @code{login} program. When 130 @code{login} starts running, its user ID is @code{root}. Its job is to 133 user and group IDs as well as its persona. But this is a special case.) 144 change its effective user or group ID to match that of the resource. [all …]
|
D | lgpl-2.1.texi | 24 free software---to make sure the software is free for all its users. 83 entire combination fits its criteria of freedom. The Lesser General 107 operating system, as well as its variant, the GNU/Linux operating 150 covered by this License; they are outside its scope. The act of 152 such a program is covered only if its contents constitute a work based 195 its purpose remains meaningful. 208 themselves, then this License, and its terms, do not apply to those 298 Library is used in it and that the Library and its use are covered by 392 distribute the Library or its derivative works. These actions are 396 all its terms and conditions for copying, distributing or modifying
|
D | startup.texi | 10 resources. Each process has its own address space and (usually) one 12 processes executing the same program, but each process has its own copy 13 of the program within its own address space and executes it 72 program can look at its command line arguments is via the arguments of 77 arguments. The @var{argv} argument is a vector of C strings; its 132 An option and its argument may or may not appear as separate tokens. (In 272 @var{argv} and @var{argc} arguments to its @code{main} function, and is 586 This is similar to the @code{LANG} environment variable. However, its 791 The usual way for a program to terminate is simply for its @code{main} 808 * Cleanups on Exit:: A process can run its own cleanup [all …]
|
D | signal.texi | 97 and @code{raise}) generates its own particular kind of signal. The 167 that kind of signal. The program specifies its choice using functions 180 its @dfn{default action} takes place. Each kind of signal has its own 186 When a signal terminates a process, its parent process can determine the 393 divisible by four. (Each kind of computer has its own requirements for 620 This signal is sent to a parent process whenever one of its child 689 background job attempts to write to the terminal or set its modes. 766 exceeds its soft resource limit on CPU time. @xref{Limits on Resources}. 805 reformat its display accordingly. 875 prefixes its output with this string. It adds a colon and a space [all …]
|
D | io.texi | 132 One of the attributes of an open file is its @dfn{file position} that 164 read the file at its own pace, each program must have its own file 216 file name which is just one component names a file with respect to its 270 itself, while the file name component @file{..} refers to its 309 of its file name syntax. Many programs and utilities use conventions
|
D | README.tunables | 25 1. Add a tunable to the list and fully specify its properties: 38 # its attributes
|
/glibc-2.36/support/ |
D | support_create_timer.c | 49 struct itimerspec its = in support_create_timer() local 54 r = timer_settime (timerid, 0, &its, NULL); in support_create_timer()
|
/glibc-2.36/misc/bits/ |
D | stab.def | 29 /* Function name or text-segment variable for C. Value is its address. 34 /* Data-segment variable with internal linkage. Value is its address. 38 /* BSS-segment variable with internal linkage. Value is its address. */ 46 Supposedly the value is its line number; I'm skeptical. */ 98 /* GNU C++ `catch' clause. Value is its address. Desc is nonzero if 135 /* Alternate entry point. Value is its address. */
|
/glibc-2.36/iconvdata/testdata/ |
D | suntzus | 55 the marshaling of the army in its proper subdivisions, 169 for its needs. 189 will amount to four-tenths of its total revenue. 306 spirit throughout all its ranks. 387 18. Measurement owes its existence to Earth; 448 which will even roll stones along in its course. 452 its victim. 630 29. Military tactics are like unto water; for water in its 636 31. Water shapes its course according to the nature 650 the moon has its periods of waning and waxing. [all …]
|
/glibc-2.36/sysdeps/i386/ |
D | dl-trampoline.S | 62 movl 8(%esp), %eax # that `fixup' takes its parameters in regs. 148 movl 32(%esp), %eax # that `fixup' takes its parameters in regs.
|
/glibc-2.36/sysdeps/generic/ |
D | c++-types.data | 1 # This is a placeholder file. This configuration needs its own
|
/glibc-2.36/scripts/ |
D | cross-test-ssh.sh | 153 # HOST's sshd simply concatenates its arguments with spaces and
|
/glibc-2.36/htl/ |
D | libpthread_syms.a | 18 /* To create the sigthread and get its stack layout on fork */
|
/glibc-2.36/ |
D | COPYING | 14 software--to make sure the software is free for all its users. This 46 want its recipients to know that what they have is not the original, so 73 covered by this License; they are outside its scope. The act of 75 is covered only if its contents constitute a work based on the 117 themselves, then this License, and its terms, do not apply to those 182 distribute the Program or its derivative works. These actions are 186 all its terms and conditions for copying, distributing or modifying
|
D | LICENSES | 25 4. Neither the name of the University nor the names of its contributors 95 * Neither the name of the "Oracle America, Inc." nor the names of its 120 Permission to use, copy, modify and distribute this software and its 151 3. Neither the name of the University nor the names of its contributors 225 5. Neither the name(s) of the author(s) nor the names of its contributors 264 3. Neither the name of the project nor the names of its contributors 286 Permission to use, copy, modify, and distribute this software and its
|
D | abi-tags | 32 # ELF must have its own unique ABI tag.
|
/glibc-2.36/math/ |
D | README.libm-test | 47 its fpu or nofpu subdirectory) and for each variant (real floating 137 Running each test on its own at the default level of verbosity will 146 and its arguments or conditions that triggered the failure. Note
|
/glibc-2.36/timezone/ |
D | README | 12 except that its 'yearistype.sh' file is renamed to 'yearistype'.
|
/glibc-2.36/mach/ |
D | err_us.sub | 6 * Permission to use, copy, modify and distribute this software and its
|
D | err_boot.sub | 6 * Permission to use, copy, modify and distribute this software and its
|
/glibc-2.36/posix/ |
D | posix-conf-vars.list | 5 # one on each line with a curly brace on its own line ending the section.
|
/glibc-2.36/sysdeps/alpha/ |
D | _mcount.S | 87 ldq t2, 0x58(sp) # can correctly compute its gp
|
1234567