Searched defs:get (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dtimetype.sh34 get() function
/ast/src/cmd/INIT/
H A Dpackage.sh4049 get() # host path [ file size ] function
4077 cat <&8 > get.tmp
4078 got=`sed -e 1q get.tmp`
4081 got=`sed -e '1,/^.$/d' -e '/^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWYZ]/!d' get.tmp`
4082 : > get.err
4087 got=`sed -e '/^Location: /!d' -e 's,^Location: \(.*\)://\([^/]*\)\(/.*\),prot='\''\1'\'' host='\''\2'\'' path='\''\3'\'',' get.tmp`
4089 '') rm get.tmp
4096 *) rm get.tmp
4098 echo '' "$got" > get.err
4106 '') curl -s -L -o get
[all...]
H A Dmamake.c117 #define get(b) ((b)->nxt-(b)->buf) macro
1004 o = get(buf);
1321 o = get(buf);
/ast/src/lib/libast/sfio/
H A Dsfstrtof.h43 * flag==0 get next char
125 #define GET(p) (*get)(p,0)
126 #define NON(p) (*get)(p,1)
174 S2F_function(void* s, S2F_get_f get) argument
176 S2F_function(s, get) void* s; S2F_get_f get;
235 * get the sign
/ast/src/cmd/mailx/
H A Dcmd2.c131 * Note that this must exist for us to get here at all.
689 * Low level for get/Get
794 get(char** argv) function
/ast/src/cmd/3d/
H A Dinit.c56 * 3d mount get and set access functions
361 Fs_get_t get; local
369 if (get = (Fs_get_t)dlsym(dll, "get"))
370 fs->get = get;
H A D3d.h171 Fs_get_t get; member in struct:Fs
265 #define MAP_EXEC (1<<0) /* get info for exec */
266 #define MAP_INIT (1<<1) /* get info for init */

Completed in 42 milliseconds